From f4b17620725143a48bffeebc004e9645a2eebd6d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Apr 2020 22:42:04 -0400 Subject: [PATCH] Adwaita: Add padding to circular button rows in menus The lack of this was negatively affecting the spacing of these buttons. Fixes: #2626 --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 4a81fc0401..e26cadbad8 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -4390,7 +4390,7 @@ popover.menu { } & box.circular-buttons { - padding: 6px 0; + padding: 6px 20px; button.circular.image-button.model { @extend %list_button; -- 2.30.2